Merged
Conversation
Member
phpnode
commented
Apr 10, 2026
- Introduced a new filter method to ValueTraversal, allowing for more refined element selection based on specified criteria.
- Updated existing tests and added new ones to ensure the accuracy and reliability of the filtering functionality.
- Implemented a limit method that allows users to take the first n values from the traversal. - Added a corresponding test to verify the functionality of the limit operation.
- Introduced skip, limit, range, count, property, and properties methods to both ValueTraversal and EdgeTraversal for enhanced data manipulation. - Updated the property and properties methods to allow extraction of specific edge properties. - Added corresponding tests to validate the new functionalities, including edge ordering, pagination, and value extraction operations.
…lue selection - Introduced property() method to select a single property from graph elements and plain objects. - Added properties() method to select multiple properties, supporting both graph elements and plain objects. - Implemented tests to validate the functionality of the new methods, ensuring correct extraction of properties from elements and objects.
- Introduced a new filter method to ValueTraversal, allowing for more refined element selection based on specified criteria. - Updated existing tests and added new ones to ensure the accuracy and reliability of the filtering functionality.
…h development instructions - Added "prepare" and "setup:hooks" scripts to package.json for configuring Git hooks. - Updated README to include instructions on running `pnpm install` for hook setup and details about the pre-commit hook functionality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.